| #
dba3a54b |
| 07-Sep-2019 |
James Ide <[email protected]> |
[cellular] Rename enums for usability, move off of main queue, touch up docs
The cell generation enums were invalid JS identifiers (can't start with a digit) so I renamed them to `CELLULAR_2G` and s
[cellular] Rename enums for usability, move off of main queue, touch up docs
The cell generation enums were invalid JS identifiers (can't start with a digit) so I renamed them to `CELLULAR_2G` and so on. Also moved the iOS module off the main queue since it doesn't touch UI. Also made some small edits to the docs and Java error code.
show more ...
|